PESetGraphTextInfo

Use PESetGraphTextInfo to set the title text information for the specified chart.

C Syntax
BOOL CRPE_API PESetGraphTextInfo (
        short printJob,
        short sectionN,
        short graphN,
        WORD titleType,
        LPCSTR title );
Parameters

printJob

Specifies the print job for which you want to set title text information.

sectionN

Specifies the 0-based index number of the section in which the chart appears. This parameter should be within the range obtained by PEGetNSections.

graphN

Specifies the 0-based index number of the chart for which you want to set the title text information. Charts are numbered based on their order of insertion into the report.

titleType

Specifies the title type. Use one of the PE_GTT_XXX Graph Title Type Constants.

title

Specifies a pointer to the string containing the title text.

Returns
VB Syntax
Declare Function PESetGraphTextInfo Lib "crpe32.dll" (
    ByVal printJob As Integer, ByVal sectionN As Integer,
    ByVal graphN As Integer, ByVal titleType As Integer,
    ByVal title As String ) As Integer
Delphi Syntax
function PESetGraphTextInfo (
printJob : Smallint;
sectionN : Smallint;
graphN : Smallint;
titleType : Word;
title : PChar): Bool; {$ifdef WIN32} stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com